home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / crc113.zip / CALC.H < prev    next >
Text File  |  1990-01-02  |  161b  |  7 lines

  1. void make_table(void);
  2.  
  3. void update_crc(char *buf,
  4.                 int count,
  5.                 unsigned int *crc16,
  6.                 unsigned long *crc32);
  7.